home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / BORLAND TURBO / BATCH.PAK / STDAFX.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-05-06  |  826 b   |  21 lines

  1. /**************************************************************************
  2.  *
  3.  *  THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
  4.  *  KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  5.  *  IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
  6.  *  PURPOSE.
  7.  *
  8.  *  Copyright (c) 1994 - 1995    Microsoft Corporation.    All Rights Reserved.
  9.  *
  10.  **************************************************************************/
  11. // stdafx.h : include file for standard system include files,
  12. //  or project specific include files that are used frequently, but
  13. //      are changed infrequently
  14. //
  15.  
  16. #include <afxwin.h>         // MFC core and standard components
  17. #include <afxext.h>         // MFC extensions
  18. #include <windowsx.h>
  19. #include <objbase.h>
  20. #include <vfw.h>
  21.